:root {
	--header-color: #ffffff;
	--header-top-color: #ffffff;
	--header-bot-color: #6dc124;
	--btn-color: #000000;
	--custom-fonts: Arial, sans-serif;
	--font-size: 14px
}

body,
html {
	font-size: 1rem
}

body,
button,
h2,
html,
p,
span {
	font-family: var(--custom-fonts) !important;
	line-height: 1.2
}

.btn-success_3gsmramvxq,
.info-button_3gsmramvxq,
.survey_button_3gsmramvxq {
	border-radius: 10px !important
}

.survey_button_3gsmramvxq {
	border: 2px solid #f0f0f0 !important;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .74) !important;
	color: #fff !important;
	margin: 5px 0 !important;
	padding: 5px 0 !important
}

.btn-lg_3gsmramvxq,
.comments_face_3gsmramvxq,
.intro-offer--review_3gsmramvxq span,
.p_modal_3gsmramvxq p,
p.question_3gsmramvxq {
	font-size: 1rem !important
}

.main-content_3gsmramvxq h2 {
	font-size: 1.5rem !important;
	font-weight: 700 !important;
	text-transform: none !important
}

.comment-status_3gsmramvxq {
	font-size: .8rem !important
}

.comments_face_3gsmramvxq .comment-status_3gsmramvxq span,
.comments_face_3gsmramvxq .name_3gsmramvxq {
	color: #14357a !important
}

.all-content-wrapper_3gsmramvxq {
	max-width: none;
	padding: 0
}

.content_3gsmramvxq {
	background-color: #f2f6f7
}

p.name_3gsmramvxq {
	font-weight: 700 !important
}

.main-content_3gsmramvxq {
	background-color: #fff
}

.main-content_3gsmramvxq h2 {
	font-weight: 300
}

.p_modal_3gsmramvxq p {
	font-weight: 400 !important
}

/* #boxes_3gsmramvxq {
	background-image: url(bgc.webp)
} */

.flex_3gsmramvxq {
	align-items: center;
	display: flex
}

.grid_3gsmramvxq {
	display: grid
}

.header_bcg_3gsmramvxq {
	background-color: var(--header-color)
}

.the_header_3gsmramvxq {
	display: grid;
	grid-template-areas: "ht""hb";
	grid-template-columns: 1fr;
	position: relative
}

.header--container_3gsmramvxq {
	padding: 5px 10px
}

.header--top_container_3gsmramvxq {
	background-color: var(--header-top-color);
	grid-area: ht
}

.header--bot_container_3gsmramvxq {
	background-color: var(--header-bot-color);
	grid-area: hb
}

.header_bot_3gsmramvxq,
.header_top_3gsmramvxq {
	flex-grow: 1;
	height: 100%
}

.header--split_3gsmramvxq {
	color: #fff;
	flex-basis: 50%;
	font-weight: 700;
	height: 100%
}

.header--split_3gsmramvxq span {
	font-size: 12px
}

.header--split_right_3gsmramvxq {
	justify-content: flex-end
}

.logo_3gsmramvxq {
	width: 120px
}

.logo--img_3gsmramvxq {
	width: 170%
}

.icons_3gsmramvxq {
	font-weight: 300;
	height: 100%;
	justify-content: space-between;
	margin-left: auto
}

.icons--icon_element_3gsmramvxq {
	cursor: pointer;
	justify-content: center
}

.icon_3gsmramvxq {
	width: 100%
}

header{
  box-shadow: 0px 0px 2px 2px #d1d1d1;
}
.header-row {
  padding: 10px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-row,
.header-left,
.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-left img {
  height: 50px;
  cursor: pointer;
  max-width: fit-content;
}

.header-left .menu {
  padding: 10px 20px;
  border-right: 1px solid #e7e7e7;
}

.header-left .logo {
  padding: 5px 20px;
}

.header-left .logoM {
  padding: 5px 20px;
  display: none;
}

@media (max-width: 768px) {
  .header-left .logo {
    display: none;
  }
  .header-row {	
	padding: 0;
  }
  .header-left .logoM {
    display: block;
  }
}

@media (max-width: 425px) {
  .header-row .desk {
    display: none;
  }
}

.header-row .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  height: auto;
  border-radius: 50px;
  margin: 0 10px;
  cursor: pointer;
  text-align: center;
}

.header-row .icon img {
  max-width: 24px;
}

@media (max-width: 425px) {
  .header-left .logoM {
    padding: 5px 10px;
  }

  .header-left .menu {
    padding: 10px;
  }
}

.header-row .search {
  max-width: 400px;
  width: 60%;
  position: relative;
  margin: 0 15px;
}

.header-row .search-input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 0;
  background: #ffffff;
  padding: 12px;
  border-radius: 3px;
  width: 100%;
  border: 1px solid black;
}

.input-wrapper input::placeholder {
  font-size: 0;
}

.input-placeholder,
.input-wrapper .input-placeholder {
  position: relative;
}

.input-wrapper .input-placeholder .placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  padding: 0 3px;
  color: #777;
  background-color: var(--form-color-dark-white);
  border-radius: 3px;
  text-transform: capitalize;
  pointer-events: none;
}

.search__icon-block {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}

.search__icon {
  padding: 10px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.search__icon svg {
  overflow: hidden;
  vertical-align: middle;
}

.header-container {
  padding: 0;
}

@media (max-width: 700px) {
  .header-row .search {
    display: none;
  }
}
.logo-text {
  font-size: 12px;
  text-decoration: underline;
  margin-left: 10px;
  font-weight: 700;
  width: 140px;
}
.icon-text {
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 970px) {
  .icon-text {
    display: none;
  }
  .header-row .icon {
    width: 51px;
	margin: 0;
  }
}
@media (max-width: 450px) {
  .logo-text {
    display: none;
  }
}